home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.2r / card_31840.txt < prev    next >
Text File  |  1989-02-26  |  1KB  |  44 lines

  1. -- card: 31840 from stack: in.2r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2612
  5. -- name: CommInit
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. CommInit
  11.  
  12. -- part contents for background part 3
  13. ----- text -----
  14. The CommInit XCMD initializes the modem port with 1k I/O buffers.
  15.  
  16.  
  17. See also CommWrite*, and CommRead*
  18.  
  19.  
  20. HyperCard XCMDs for Serial port communications...by BIAP Systems 
  21. (Chuck Shotton, Oct. 6, 1987)
  22. (BIX ID=cshotton, GEnie= C.SHOTTON12)
  23.  
  24.  
  25. This StackWare is distributed as is, as a service to the Mac community by BIAP Systems. These XCMDs and XFCNs are made available, free of charge, for Mac users to incorporate into their own stackware, as long as proper credit is given to BIAP Systems, and no profit is made off of our work without written permission from BIAP Systems.
  26.  
  27. You can obtain complete Lightspeed Pascal source code, as well as a version of HyperComm that works at baud rates other than 1200, by sending $8 to:
  28.  
  29. BIAP Systems
  30. Box 580622
  31. Houston, TX 77258
  32.  
  33.  
  34. -- part contents for background part 10
  35. ----- text -----
  36. Syntax:
  37.  
  38. CommInit <baud>, <word_size>, <parity>, <stop bits>
  39.  
  40. The default values are 1200 baud, 8,N,1
  41.  
  42. -- part contents for background part 13
  43. ----- text -----
  44. 26